home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
disco_fever_dressup.swf
/
scripts
/
DefineButton2_163
/
BUTTONCONDACTION on(release).as
< prev
Wrap
Text File
|
2010-07-14
|
117b
|
8 lines
on(release){
if(_name.substr(0,1) == "p")
{
this.stopDrag();
_root.matchCheck(this);
}
}